"Standardize how a single CLI command is executed in a repo: working dir, argv, timeout, env overrides – and capture exit code, logs, and a short human-readable summary."
4.9
Rating
0
Installs
Tools & Utilities
Category
This skill provides a standardized wrapper for executing CLI commands with proper configuration (working dir, timeout, env vars) and structured output capture. The description is reasonably clear about what it does, and the structure is clean with referenced schemas for input/output validation. However, descriptionCoverage suffers slightly because a CLI agent would need to understand the JSON schema structure without examples shown. TaskKnowledge is good since it references the underlying implementation and schemas (assumed present per instructions). Structure is strong - concise SKILL.md with appropriate references. Novelty is moderate; while standardizing command execution with timeout/env handling is useful, it's not exceptionally complex - a capable CLI agent could construct similar functionality, though this does reduce boilerplate and ensure consistency across a codebase.
Loading SKILL.md…

Skill Author